home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
mail
/
mmdf
/
mmdf-IIb.43
/
h
/
jnt.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1986-02-01
|
285 b
|
16 lines
/*
* Return value for OK reception - the NIFTP has excepted
* the file + address without problems
*/
#define JNT_OK 0
/*
* Temporary error - a retry may be successful
*/
#define JNT_TEMP 1
/*
* Return value for JNT Mail permanent error - total reject.
*/
#define JNT_PERM 75